@charset "UTF-8";
:root {
  --page-width: 1000px;
  --left-side-width: 200px;
  --right-side-width: 200px;
  --margin: 10px;
  --font-size: 14px;
  --font-size-big: 16px;
  --color-primary: #BA2A17;
  --color-yellow: #FFE9A8;
  --color-white: white;
  --mobil-width: 480px;
  --color-bottom-bg:#F4E9D6;
  --lz-primary-color: #900000;
  --lz-text-primary-color: #161616;
  --lz-text-second-color: #626262;
  --lz-mask-bg-color: rgba(0, 0, 0, 0.58);
  --lz-head-bg-color: #EEC1C1;
  --lz-font-size: 16px;
  --lz-font-size-big: 18px;
  --lz-font-size-huge: 20px; }

html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  font-size: var(--lz-font-size);
  background: #f5f5f5;
  font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif; }

.lz-flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.content-area {
  width: 1340px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px; }

@media (min-width: 1440px) {
  .content-area {
    margin-left: calc(50% - 670px); } }
@media (max-width: 480px) {
  .content-area {
    width: 100% !important; } }
.glob-container {
  width: 100%;
  font-size: 14px; }

.cm-navbar .navbar-nav .nav-link {
  font-size: 18px;
  padding-left: 16px;
  padding-right: 16px;
  color: #212529; }

.cm-navbar .navbar-nav .nav-link.active {
  color: #007bff; }

.navbar-nav-scroll {
  max-width: 100%;
  height: 2.5rem;
  /*margin-top: .25rem;*/
  overflow: hidden; }

.navbar-nav-scroll .navbar-nav {
  /*padding-bottom: 2rem;*/
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  -webkit-overflow-scrolling: touch; }

.cm-hidden {
  display: none; }

.cm-pointer {
  cursor: pointer; }

.cm-ff-yh {
  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", serif; }

.cm-block-head-bottom {
  border-bottom: solid 2px;
  border-color: #007bff;
  display: inline-block;
  padding-bottom: 0.3rem; }

.cm-trans-bottom {
  width: 100%;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4); }

.cm-media-img {
  max-width: 180px;
  max-height: 120px; }

@media screen and (max-width: 767px) {
  .cm-media-img {
    max-width: 120px;
    max-height: 80px; } }
.cm-link {
  color: #212529; }

.cm-link:hover {
  color: #0062cc; }

.es-highlight em {
  color: #dc3545;
  font-style: normal; }

.category-container {
  border-bottom: solid 1px #dee2e6;
  display: flex;
  flex-direction: row;
  padding-bottom: 5px; }

.no-border {
  border: none !important; }

/*页面内部板块标签*/
.lz-page-container {
  width: 100%;
  padding-left: calc(50% - 700px + 15px);
  padding-right: calc(50% - 700px + 15px);
  text-align: left; }

@media (max-width: 1340px) {
  .lz-page-container {
    padding-left: 15px;
    padding-right: 15px; } }
.category-tag {
  font-size: 36px;
  color: #BA2A17;
  font-weight: bold; }

.category-title {
  font-size: 20px;
  font-weight: 400;
  color: black;
  padding-top: 17px;
  color: var(--lz-primary-color); }

.category-more {
  flex: 1;
  text-align: right;
  margin-top: 24px;
  color: var(--gray) !important; }

/*页面内部板块标签END*/
/*图片列表*/
.img-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.img-list > a {
  color: black; }

.img-list > a:hover {
  color: black;
  text-decoration: none;
  border-bottom: solid 2px #BA2A17; }

.img-list-item {
  border-radius: 8px;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
  cursor: pointer; }

.img-list-player {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 55px;
  padding-left: 5px; }

.img-list-player-btn {
  width: 25px;
  height: 25px;
  display: inline-block; }

.img-list-img-container {
  position: relative;
  width: 100%; }

.img-list-title {
  margin-top: 15px; }

.img-list-img-container > img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

@media (min-width: 1200px) {
  .img-list-item {
    width: calc((var(--page-width) - 15px * 5) / 4 - 1px);
    margin-right: 15px; }

  .img-list-item:nth-child(4n) {
    margin-right: 0px !important; }

  .school-info-video-img-container {
    height: calc(((var(--page-width) - 15px * 5) / 4 - 30px) * 0.75); } }
@media (min-width: 830px) and (max-width: 1199.99px) {
  .img-list-item {
    width: calc((var(--page-width) - 15px * 4) / 3 - 1.5px);
    margin-right: 15px; }

  .img-list-item:nth-child(3n) {
    margin-right: 0px !important; }

  .img-list-img-container {
    height: calc(((var(--page-width) - 15px * 4) / 3 - 30px) * 0.75); } }
@media (min-width: 481px) and (max-width: 829.99px) {
  .img-list-item {
    width: calc((var(--page-width) - 15px * 3) / 2 - 0.75px);
    margin-right: 15px; }

  .img-list-item:nth-child(even) {
    margin-right: 0px !important; }

  .school-info-video-img-container {
    height: calc(((var(--page-width) - 15px * 3) / 2 - 30px) * 0.75); } }
@media (max-width: 480px) {
  .img-list-item {
    width: calc(var(--page-width) - 15px * 2); }

  .school-info-video-img-container {
    height: calc(((var(--page-width) - 15px * 2) - 30px) * 0.75); } }
/*图片列表END*/
.page-category {
  font-size: 20px;
  padding-left: 15px;
  margin-bottom: 10px; }

.lz-container {
  max-width: 1340px !important;
  text-align: left; }

@media (max-width: 1340px) {
  .lz-container {
    max-width: 100% !important; } }
/**
指定宽高比图片容器
 */
.img-box-container {
  width: 100%;
  position: relative; }

.img-box-r-4_3 {
  padding-top: calc(100% / 4 * 3); }

.img-box-r-16_9 {
  padding-top: calc(100% / 16 * 9); }

.img-box-r-2_1 {
  padding-top: 50%; }

.img-box-r {
  padding-top: 100%; }

.img-box-body {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.img-box-body > img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/*指定宽高比图片容器END*/
.row-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0px 15px 0px 15px; }

.row-container > a {
  color: black;
  cursor: pointer; }

.row-container > a:hover {
  color: black; }

/*手机导航菜单样式*/
.mobil-menu-container {
  position: absolute;
  left: 0px;
  top: 70px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  overflow: hidden;
  font-size: 14px; }

.mobil-menu-bg {
  width: 100%;
  height: 100%; }

.mobil-menu-body {
  position: absolute;
  top: 0px;
  right: 15px;
  box-shadow: 0px 1px 12px 0px #20212447;
  background: white;
  line-height: 28px;
  padding-left: 20px;
  padding-right: 30px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.mobil-menu-body > a {
  color: black;
  display: block;
  line-height: 36px;
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

/*手机导航菜单样式END*/
/*横向BOX动态item宽度定义*/
.row-container-item_2_1 {
  width: calc(50% - 15px); }

.row-container-item_2_1:nth-child(1n) {
  margin-right: 15px; }

@media (max-width: 700px) {
  .row-container-item_2_1 {
    width: 100%;
    margin-right: 0px !important; } }
.row-container-item {
  width: calc((100% - (var(--row-num) - 1) * 15px) / var(--row-num));
  margin-right: 15px;
  margin-bottom: 15px;
  box-sizing: content-box; }

.row-container-item-title {
  font-size: 16px;
  line-height: 40px;
  padding: 0 15px 0 15px;
  font-weight: 400; }

.row-container-item-title-single {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 40px; }

@media (max-width: 480px) {
  .row-container-item {
    width: 100%; } }
@media (max-width: 480px) {
  :root {
    --row-num: 1 ; }

  .row-container-item {
    margin-right: 0px !important; } }
@media (min-width: 480.1px) and (max-width: 700px) {
  :root {
    --row-num: 2 ; }

  .row-container-item:nth-child(2n) {
    margin-right: 0px !important; } }
@media (min-width: 700.1px) and (max-width: 1150px) {
  :root {
    --row-num: 3; }

  .row-container-item:nth-child(3n) {
    margin-right: 0px !important; } }
@media (min-width: 1150.1px) {
  :root {
    --row-num: 4; }

  .row-container-item:nth-child(4n) {
    margin-right: 0px !important; } }
/*横向BOX动态item宽度定义END*/
.radius-4 {
  border-radius: 4px;
  overflow: hidden; }

.radius-8 {
  border-radius: 8px;
  overflow: hidden; }

.radius-12 {
  border-radius: 12px;
  overflow: hidden; }

/*文章列表样式*/
.lz-art-container > a:hover {
  color: black;
  text-decoration: none; }

.lz-art-row {
  display: flex;
  flex-direction: row;
  border-bottom: solid 1px #dee2e6;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 16px;
  cursor: pointer;
  color: black; }

.lz-art-img-container {
  width: 150px;
  min-width: 150px;
  margin-right: 20px; }

.lz-art-text-container {
  flex: 1; }

.lz-art-text-title {
  width: 100%;
  height: 24px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.lz-art-text-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var(--gray);
  width: 100%;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.lz-art-text-info-container {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  color: var(--gray); }

.lz-art-text-info-view {
  flex: 1; }

@media (max-width: 850px) {
  .lz-art-img-container {
    width: 150px;
    min-width: 150px; }

  .lz-art-text-description {
    max-height: 48px;
    margin-bottom: 15px;
    -webkit-line-clamp: 2; } }
/*文章列表样式END*/
/*子栏目导航*/
.lz-child-nav-container-pc {
  margin-left: 30px;
  margin-top: 17px; }

.lz-child-nav-container-mobil {
  display: none; }

@media (max-width: 580px) {
  .lz-child-nav-container-pc {
    display: none; }

  .lz-child-nav-container-mobil {
    display: block; } }
/*子栏目导航END*/
/*手机端返回顶部样式*/
@media (max-width: 480px) {
  .to-top-container {
    display: block !important; } }
.to-top-container {
  position: fixed;
  right: 30px;
  bottom: 60px;
  width: 60px;
  height: 60px;
  background: #BA2A17;
  border-radius: 30px;
  line-height: 60px;
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: 100;
  display: none;
  cursor: pointer;
  z-index: 999; }

/*手机端返回顶部样式END*/
/*页脚样式*/
.page-foot-container {
  width: 100%;
  background: #240C0C;
  color: white;
  text-align: center;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 20px;
  font-weight: 100; }

@media (min-width: 1340px) {
  .page-foot-container {
    padding-left: calc(50% - 700px + 15px);
    padding-right: calc(50% - 700px + 15px); } }
.page-foot {
  display: flex;
  flex-direction: row; }

.page-foot-line {
  width: 1px;
  height: 270px;
  margin-right: 20px;
  background: white; }

@media (max-width: 840px) {
  .page-foot {
    /*flex-direction: column;*/
    display: block; }

  .page-foot-line {
    width: 100%;
    height: 1px;
    margin-top: 10px; }

  .page-foot-link {
    flex: none !important; }

  .page-foot-link-container {
    height: auto !important; } }
.page-foot-item {
  flex: 1;
  text-align: left; }

.page-foot-info {
  line-height: 30px;
  white-space: pre-line; }

.page-foot-info a {
  color: white; }

.page-foot-info a:hover {
  color: #BA2A17;
  text-decoration: none; }

.page-foot-link-title {
  font-weight: bold;
  margin-bottom: 20px; }

.page-foot-link-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*height: 120px;*/
  height: auto;
  line-height: 30px; }

.page-foot-link-container > a {
  min-width: 45%;
  margin-right: 4%;
  color: white;
  cursor: pointer;
  display: flex;
  flex-direction: row; }

.page-foot-link-container > a:hover {
  color: #BA2A17;
  text-decoration: none; }

.page-foot-link-container > a > img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-top: 5px;
  margin-right: 5px;
  vertical-align: middle; }

table {
  max-width: 100% !important; }

/*页脚样式END*/
/*部门列表样式*/
.department_channel_img {
  width: 100%; }

.department_channel_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 40px; }

.department-channel-content {
  font-size: 16px;
  line-height: 24px;
  color: var(--gray);
  margin-bottom: 15px; }

.department-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.department-item {
  width: calc(50% - 10px);
  word-wrap: break-word;
  margin-bottom: 20px;
  padding: 0px;
  border-radius: 8px;
  border: 1px solid #BA2A17;
  overflow: hidden;
  display: flex;
  flex-direction: row; }

.department-item:nth-child(odd) {
  margin-right: 20px; }

@media (max-width: 800px) {
  .department-item {
    width: 100%;
    margin-right: 0px !important; } }
.department-name {
  width: 150px;
  background-image: url("/templates/1/default/_files/img/title-bg.png"); }

.department-item > img {
  width: 30%;
  min-width: 150px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 4px; }

@media (max-width: 480px) {
  .department-item > img {
    width: 100%; } }
@media (min-width: 480.1px) and (max-width: 860px) {
  .department-item > img {
    width: 50%; } }
.department-item .title {
  position: relative;
  left: 15px;
  width: calc(100% - 30px);
  top: calc(50% - 12px);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  display: block; }

.department-item .content {
  flex: 1;
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
  white-space: pre-wrap;
  padding: 15px;
  min-height: 100px; }

.department-item a {
  color: white; }

.department-item a:hover {
  /*color: #240C0C;*/
  /*text-decoration: none;*/
  /*text-decoration-color: #4285f4;*/
  text-underline-offset: 10px; }

.department-item .detail {
  font-size: 16px;
  font-weight: 100;
  clear: both;
  width: 100%;
  text-align: right;
  cursor: pointer;
  display: block; }

/*部门列表样式END*/
/*阴影样式*/
.lz-shadow-small {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15) !important; }

.lz-shadow {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15) !important; }

.lz-shadow-big {
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.2) !important; }

/*阴影样式END*/
/*2列项目*/
.two-col-item {
  width: calc((100% - 15px) / 2); }

.two-col-item:nth-child(odd) {
  margin-right: 15px; }

@media (max-width: 800px) {
  .two-col-item {
    width: 100%;
    margin-right: 0px !important; } }
/*2列项目END*/
/*3列项目*/
.three-col-item {
  width: calc((100% - 30px) / 3);
  margin-right: 15px; }

.three-col-item:nth-child(3n) {
  margin-right: 0px !important; }

/*3列项目END*/
.row-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.lz-main-container {
  width: 100% !important;
  height: 100%;
  text-align: center; }
  @media (max-width: 480px) {
    .lz-main-container .lz-head-container {
      width: 100%; }
    .lz-main-container .lz-head-container-pc {
      display: none !important; }
    .lz-main-container .lz-head-container-mobil {
      display: block; } }
  @media (min-width: 480.001px) {
    .lz-main-container .lz-head-row {
      min-width: 1340px;
      height: 218px; }
    .lz-main-container .lz-head-container {
      width: 1340px; }
    .lz-main-container .lz-head-container-pc {
      display: block; }
    .lz-main-container .lz-head-container-mobil {
      display: none; }
    .lz-main-container .lz-head-row {
      overflow: hidden; } }
  .lz-main-container .lz-head-row {
    width: 100%;
    background: var(--lz-head-bg-color);
    text-align: center; }
    .lz-main-container .lz-head-row .lz-head-container {
      display: inline-block;
      height: 100%;
      position: relative; }
      .lz-main-container .lz-head-row .lz-head-container a {
        color: var(--lz-primary-color);
        cursor: pointer; }
      .lz-main-container .lz-head-row .lz-head-container a:hover {
        color: var(--lz-primary-color); }
      .lz-main-container .lz-head-row .lz-head-container .lz-head-img {
        width: 100%; }
      .lz-main-container .lz-head-row .lz-head-container .mail-container {
        position: absolute;
        top: 20px;
        right: 0;
        width: 200px;
        display: flex;
        flex-direction: row;
        color: var(--lz-primary-color);
        font-size: var(--lz-font-size-big); }
        .lz-main-container .lz-head-row .lz-head-container .mail-container .mail-left {
          flex: 1;
          margin-right: 20px; }
        .lz-main-container .lz-head-row .lz-head-container .mail-container .mail-right {
          flex: 1;
          margin-left: 20px; }
      .lz-main-container .lz-head-row .lz-head-container .lz-head-search-container {
        position: absolute;
        right: 5px;
        top: 70px; }
        .lz-main-container .lz-head-row .lz-head-container .lz-head-search-container img {
          width: 24px; }

.lz-inner-body-container {
  width: 1340px;
  display: inline-block;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box; }

@media (max-width: 480px) {
  .lz-main-menu {
    display: none; } }
@media (min-width: 480.001px) {
  .lz-head-mobil-menu-btn {
    display: none; } }
.lz-head-mobil-menu-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 9; }
  .lz-head-mobil-menu-btn img {
    width: 100%;
    height: 100%; }
  .lz-head-mobil-menu-btn .lz-mobil-menu-list {
    position: absolute;
    right: 0;
    background: white;
    min-width: 100px;
    padding: 10px;
    border-radius: 3px;
    text-align: left;
    display: none; }
  .lz-head-mobil-menu-btn .lz-mobil-menu-item {
    display: block;
    line-height: 32px;
    position: relative;
    color: var(--lz-primary-color); }
  .lz-head-mobil-menu-btn .lz-mobil-menu-child-list {
    position: absolute;
    top: 0;
    right: 91px;
    width: 100px;
    padding: 10px;
    background: white;
    display: none; }

.lz-main-menu {
  width: 100%;
  min-width: 1340px;
  height: 60px;
  line-height: 60px;
  font-size: var(--lz-font-size-huge);
  background: var(--lz-primary-color);
  color: white; }
  .lz-main-menu .lz-main-menu-list {
    display: flex;
    flex-direction: row; }
    .lz-main-menu .lz-main-menu-list a {
      color: white;
      box-sizing: border-box;
      height: 60px; }
    .lz-main-menu .lz-main-menu-list a:hover {
      text-decoration: none;
      background: white;
      color: var(--lz-primary-color);
      border-bottom: solid 2px var(--lz-primary-color); }
    .lz-main-menu .lz-main-menu-list .lz-main-menu-item {
      flex: 1;
      text-align: center;
      cursor: pointer;
      z-index: 999;
      position: relative; }
      .lz-main-menu .lz-main-menu-list .lz-main-menu-item .lz-main-menu-child-container {
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        left: 0px;
        top: 60px;
        width: 100%; }
        .lz-main-menu .lz-main-menu-list .lz-main-menu-item .lz-main-menu-child-container .lz-main-menu-child-item {
          display: block; }

.lz-footer-container {
  background: var(--lz-primary-color);
  color: white;
  margin-top: 40px;
  text-align: left; }
  .lz-footer-container .footer-list {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    @media (max-width: 480px) {
      .lz-footer-container .footer-list .footer-text {
        width: 100% !important;
        padding: 10px; }
      .lz-footer-container .footer-list img:not(:first-child) {
        margin-left: 20px; } }
    @media (min-width: 480.001px) {
      .lz-footer-container .footer-list .footer-text {
        flex: 1; }
      .lz-footer-container .footer-list img:not(:first-child) {
        margin-left: 20px; } }
    .lz-footer-container .footer-list .footer-text {
      line-height: 28px; }
      .lz-footer-container .footer-list .footer-text a {
        color: white; }
      .lz-footer-container .footer-list .footer-text a:hover {
        color: white; }

.lz-sub-channel-list {
  width: 100%;
  display: flex;
  flex-direction: row; }
  .lz-sub-channel-list .lz-sub-channel-item:not(:first-child) {
    margin-left: 20px; }
  .lz-sub-channel-list .lz-sub-channel-item {
    margin-top: 20px;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box; }
    .lz-sub-channel-list .lz-sub-channel-item a {
      color: var(--lz-primary-color); }
    .lz-sub-channel-list .lz-sub-channel-item a:hover {
      color: var(--lz-primary-color); }

.lz-his-title {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  margin-top: 40px; }

.lz-his-list {
  width: 100%;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px; }
  .lz-his-list .lz-his-item {
    width: 280px;
    margin-top: 20px; }
    .lz-his-list .lz-his-item .lz-his-item-title {
      width: 100%;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      color: var(--lz-primary-color);
      line-height: 36px; }
    .lz-his-list .lz-his-item .lz-his-item-content-box {
      height: 146px;
      line-height: 24px;
      padding: 10px;
      border: solid 2px var(--lz-primary-color);
      border-radius: 4px; }
    .lz-his-list .lz-his-item .lz-his-item-content {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      font-size: 14px; }

@media (max-width: 480px) {
  .lz-inner-body-container {
    width: 100%; }

  .lz-his-list {
    width: 100%; }

  .lz-his-item {
    width: 100% !important;
    margin-left: 10px;
    margin-right: 10px; } }
.lz-inner-channel-list {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 5px;
  line-height: 32px;
  border-bottom: solid 1px #dee2e6; }
  .lz-inner-channel-list img {
    width: 16px;
    height: 16px;
    margin-top: -4px;
    display: inline-block; }
  .lz-inner-channel-list a {
    color: var(--lz-text-primary-color);
    cursor: pointer; }

.mt-4 {
  text-align: left; }

.my-2 {
  text-align: left; }
  .my-2 a {
    color: var(--lz-text-primary-color); }

/*# sourceMappingURL=main.css.map */
